Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.collaboration.user.registration--doctype

This contribution is part of XML component org.nuxeo.ecm.collaboration.user.registration inside nuxeo-social-workspace-core-5.8.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="UserRegistration" name="SocialRegistration">
          <facet name="SocialUserRegistration"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
    <doctype extends="UserRegistration" name="SocialRegistration">
      <facet name="SocialUserRegistration"/>
    </doctype>
  </extension>